Empty doc comments make gtk-doc complain about undocumented
functions, even though these functions are not supposed to
be documented in the first place.
recompute_trash_state (monitor);
}
-/**
+/*
* _gtk_trash_monitor_get:
*
* Returns: (transfer full): a new reference to the singleton
return the_trash_monitor;
}
-/**
+/*
* _gtk_trash_monitor_get_icon:
* @monitor: a #GtkTrashMonitor
*
return g_themed_icon_new (icon_name);
}
-/**
+/*
* _gtk_trash_monitor_get_has_trash:
* @monitor: a #GtkTrashMonitor
*